body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #4c4c4c;
  font-size: 14px !important;
  background: #fff;
  font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.public_a {
  position: relative;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  width: 130px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  background-color: #fff;
}
.public_a span {
  position: relative;
  color: #999999;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
}
.public_a span img {
  margin-left: 12px;
}
.public_a span img.active {
  display: none;
}
.public_a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.public_a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #003f98;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public_a:hover span {
  color: #fff;
}
.public_a:hover span img {
  display: none;
}
.public_a:hover span img.active {
  display: inline-block;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1600px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.public-header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.public-header .header-open {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  box-sizing: border-box;
  z-index: 9;
}
.public-header .header-open .right-btn {
  font-size: 0;
  z-index: 99;
  line-height: 1;
  z-index: 999;
}
.public-header .header-open .right-btn span {
  font-size: 28px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}
.public-header .header-open .right-btn .icon-box {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #333;
  text-align: center;
}
.public-header .header-open .right-btn .icon-box img {
  width: 54px;
}
.public-header .header-open .right-btn .openBtn {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  background: #04237e;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  margin-left: 14px;
}
.public-header .header-open .right-btn .openBtn .lcbody {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 20px;
}
.public-header .header-open .right-btn .openBtn .lcbody .lcitem {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transform-origin: left top;
  transition: transform 0.4s;
}
.public-header .header-open .right-btn .openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}
.public-header .header-open .right-btn .openBtn .lcbody .lcitem.center {
  top: 10px;
}
.public-header .header-open .right-btn .openBtn .lcbody .lcitem.bottom {
  bottom: 0px;
}
.public-header .header-open .right-btn .openBtn .lcbody .lcitem.hide {
  display: block;
}
.public-header .top-header {
  transform: translateX(-100px);
  opacity: 0;
}
.public-header .top-header .public_header_ul {
  text-align: center;
  float: right;
}
.public-header .top-header .public_header_ul li {
  display: inline-block;
  text-align: center;
  line-height: 70px;
}
.public-header .top-header .public_header_ul li a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.public-header .top-header .public_header_ul li a span {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  transition: transform .3s;
}
.public-header .top-header .public_header_ul li a span:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  left: -15px;
  top: 33px;
  background: #04237e;
}
.public-header .top-header .public_header_ul li a span:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 33px;
  width: 0px;
  height: 1px;
  background: #04237e;
}
.public-header .top-header .public_header_ul li:hover a,
.public-header .top-header .public_header_ul li.active a {
  color: #04237e;
}
.public-header .top-header .public_header_ul li:hover a span,
.public-header .top-header .public_header_ul li.active a span {
  transform: translate(0, -22px);
}
.public-header .top-header .public_header_ul li:hover a span:before,
.public-header .top-header .public_header_ul li.active a span:before {
  width: 10px;
  transition: all .3s .2s;
}
.public-header .top-header .public_header_ul li:hover a span:after,
.public-header .top-header .public_header_ul li.active a span:after {
  width: 10px;
  transition: all .3s .2s;
}
.public-header .top-header .public_header_ul li.active a span {
  transform: translate(0, -22px);
}
.public-header .centent-box .logo-box {
  float: left;
  line-height: 70px;
}
.public-header .centent-box .logo-box img {
  height: 36px;
}
.public-header .centent-box .logo-box img.active {
  display: none;
}
.public-header.active {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.public-header.active .header-open {
  display: none;
}
.public-header.active .top-header {
  transition: all .3s;
  transform: translateX(0);
  opacity: 1;
}
.public-header.active .right-btn {
  transform: translateX(70px);
}
.public-header.active .right-btn .openBtn .lcitem.center {
  visibility: hidden;
}
.public-header.active .right-btn .openBtn .lcitem.top {
  transform: rotate(45deg);
  left: 4px;
  width: 114%;
}
.public-header.active .right-btn .openBtn .lcitem.bottom {
  transform: rotate(-45deg);
  left: 4px;
  width: 114%;
}
.public-footer .top-box {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.public-footer .top-box .title-box {
  text-align: center;
  margin-right: 130px;
}
.public-footer .top-box .title-box h3 {
  font-size: 22px;
  color: #666666;
  margin-bottom: 10px;
}
.public-footer .top-box .title-box p {
  font-size: 16px;
  color: #666666;
}
.public-footer .top-box .form-box {
  padding-left: 120px;
  position: relative;
  padding-right: 125px;
}
.public-footer .top-box .form-box label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #666666;
  display: inline-block;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
.public-footer .top-box .form-box .all-input {
  width: 500px;
}
.public-footer .top-box .form-box .all-input .row {
  margin-left: -5px;
  margin-right: -5px;
}
.public-footer .top-box .form-box .all-input .row .col-md-6 {
  width: 50%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.public-footer .top-box .form-box .all-input input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.public-footer .top-box .form-box .sub-box {
  position: absolute;
  width: 115px;
  text-align: center;
  height: 53px;
  line-height: 53px;
  color: #fff;
  background-color: #042381;
  font-size: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.public-footer .body-box {
  background: #383838;
  overflow: hidden;
}
.public-footer .body-box .centent-box {
  width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-footer .body-box .centent-box .left-box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.public-footer .body-box .centent-box .left-box p {
  line-height: 2;
  font-size: 16px;
  color: #a8a8a8;
  margin-left: -30px;
  margin-bottom: 20px;
}
.public-footer .body-box .centent-box .left-box p:last-child {
  margin-bottom: 0;
}
.public-footer .body-box .centent-box .left-box p span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}
.public-footer .body-box .centent-box .right-box p {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
@media screen and (max-width: 1800px) {
  .block {
    width: 1300px;
  }
  #header .body-box {
    width: 1300px;
  }
  .public-footer .body-box .centent-box {
    width: 1300px;
  }
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes mysecond {
  0% {
    width: 100%;
  }
  100% {
    width: 200%;
  }
}
@keyframes fadeInLefta {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLefta,
.fadeInLefthover:hover {
  -webkit-animation-name: fadeInLefta;
  animation-name: fadeInLefta;
}
@-webkit-keyframes slideInRighta {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRighta {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRighta,
.slideInRighthover:hover {
  -webkit-animation-name: slideInRighta;
  animation-name: slideInRighta;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*# sourceMappingURL=common.css.map */